From c9734f4749da82858a87980806806c44b230cf9a Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 23 Nov 2000 12:36:34 +0000 Subject: [PATCH] Initialize HAVE_LIBXP to no. --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index 456755520b8..36435c23a63 100644 --- a/configure.in +++ b/configure.in @@ -1735,6 +1735,7 @@ Motif version prior to 2.1. emacs_cv_motif_version_2_1=yes, emacs_cv_motif_version_2_1=no)) HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1 if test $emacs_cv_motif_version_2_1 = yes; then + HAVE_LIBXP=no AC_DEFINE(HAVE_MOTIF_2_1) AC_CHECK_LIB(Xp, XpCreateContext, HAVE_LIBXP=yes, , -lXext) if test ${HAVE_LIBXP} = yes; then -- 2.30.2